MPIOfflineSearchResultCategory
data class MPIOfflineSearchResultCategory( val score: Float, val type: String, val matches: List<MPIOfflineSearchMatch>, val category: MPICategory) : MPIOfflineSearchResultCommon
Constructors
Link copied to clipboard
constructor(score: Float, type: String, matches: List<MPIOfflineSearchMatch>, category: MPICategory)